home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Topik / Topik - Disk 18 - Serious (19xx)(Topik Public Domain)(PD)[WB].zip / Topik - Disk 18 - Serious (19xx)(Topik Public Domain)(PD)[WB].adf / BindNams / poster < prev    next >
Text File  |  1989-10-01  |  996b  |  23 lines

  1. Article 381 (12 more) in comp.sources.amiga (moderated): 
  2. From: page@swan.ulowell.edu (Bob Page) 
  3. Subject: v89i079:  bindnames - intelligent logical name assignment 
  4. Message-ID: <12302@swan.ulowell.edu> 
  5. Date: 16 Mar 89 20:47:40 GMT 
  6. Organization: University of Lowell, Computer Science Dept. 
  7. Lines: 689
  8.  
  9. Submitted-by: cbmvax!daveh (Dave Haynie) 
  10. Posting-number: Volume 89, Issue 79 
  11. Archive-name: dos/bindnames.1 
  12.  
  13. Here's a program I whipped up to more intelligently handle logical 
  14. name assignments in a Startup-Sequence.  It reads all the files from 
  15. the "SYS:Names" directory, each of which has one or more lines logical 
  16. to physical assignments.  It sorts them according to dependencies, 
  17. then makes all the name assignments.  This managed to get every single 
  18. "Assign" command out of my Startup-Sequence, and it makes adding new 
  19. names a simple matter of dropping a new "names" file into SYS:Names. 
  20. This compiles under Lattice C V5.02 (binary included), and is fully 
  21. public domain. 
  22.  
  23.